home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
complib
/
user_int_one.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-11-18
|
265 b
|
14 lines
/*
### integrator one-stepper reserved for user customization ###
*/
user_int_one(vx1,vx,ptime,time_step,dim)
double vx1[],vx[],*ptime,time_step;
int dim;
{
extern int stop;
system_mess_proc(1,"User integration algorithm not defined!");
*ptime += time_step;
}